virtual device - translation to αραβικά
DICLIB.COM
AI-based language tools
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:     

Μετάφραση και ανάλυση λέξεων από τεχνητή νοημοσύνη

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

virtual device - translation to αραβικά

Virtual Device

virtual device         
جهاز إفتراضى .
virtual circuit         
MEANS OF TRANSPORTING DATA OVER A PACKET-SWITCHED NETWORK SO AS TO EMULATE A DEDICATED PHYSICAL LINK BETWEEN NODES
Permanent virtual circuit; Virtual call capability; Virtual circuit capability; Virtual call facility; Switched virtual circuit; Private virtual circuit; Virtual circuits; Virtual circuit switching; Virtual connection; WAN Virtual Circuits; Switched virtual circuits; Permanent virtual circuits; Virtual Circuit; Virtual channel (computer networking)
دائرة مجازية /تقديرية
permanent virtual circuit         
MEANS OF TRANSPORTING DATA OVER A PACKET-SWITCHED NETWORK SO AS TO EMULATE A DEDICATED PHYSICAL LINK BETWEEN NODES
Permanent virtual circuit; Virtual call capability; Virtual circuit capability; Virtual call facility; Switched virtual circuit; Private virtual circuit; Virtual circuits; Virtual circuit switching; Virtual connection; WAN Virtual Circuits; Switched virtual circuits; Permanent virtual circuits; Virtual Circuit; Virtual channel (computer networking)
دائرة تقديرية ثابتة

Ορισμός

Virtual Device Driver
<operating system> (VxD) A device driver under {Windows 3.x}/Windows 95 running as part of the kernel and thus having access to the memory of the kernel and all running processes as well as raw access to the hardware. VxD's usually have the filename extension .386 under Windows 3.x and .vxd under Windows 95. VxD's written for Windows 3.x can be used under Windows 95 but not vice versa. (1997-02-27)

Βικιπαίδεια

Virtual device

A virtual device in Unix is a file such as /dev/null or /dev/urandom, that is treated as a device, as far as user level software is concerned, but is generated by the kernel without reference to hardware.

For instance when /dev/null is written to, the kernel tells the program it wrote everything to it (without actually writing it anywhere), and when read from, the reading program is told that it has reached the end of the file. It is a device file (it can be made with mknod for instance), but does not reference any hardware.

DOS-, Windows- and OS/2-like operating systems define the NUL device that performs a similar function (but is implemented as part of the file name processing – no actual file exists by that name).